Running the Gateway Client

The Gateway Client utility is a command-line utility for processing Diagnostics Requests or Operations Requests.

To run the Gateway client, type gatewayclient at the prompt, followed by the command parameters.

At a minimum, the following must be specified.

For a full list of parameters, type gatewayclient and press Enter.

Gateway Client Parameters

Gateway Client Parameters

Diagnostics Requests

Diagnostics requests provide information about the Enterprise Gateway or allow you to change certain configuration parameters of the Enterprise Gateway.

Diagnostic Operation Description

getDiagInfo (gdi)

Returns the following information:

  • CygNet Domain — the Domain ID of the Enterprise Gateway
  • ARS Address — the ARS address of the Enterprise Gateway
  • CygNet Installation Directory — the installation directory where the Enterprise Gateway is installed.
  • Registered as (WebMode) — Checks what you get in License Manager.
  • License Info — Will show if it has a valid license.
  • Gateway Host — fully qualified name of the machine hosting the Enterprise Gateway service.

pingGateway (pg)

Shows the ping time from the client to the Enterprise Gateway.

refreshPackage (rp)

Synchronizes the package in the Gateway with the one in the Enterprise Operations EIE.

All diagnostic operations will generate output files, but you can optionally specify the output file name. If the name is not specified, the

operation will generate a file with the name formatted as follows:

EntDiagResp_{#### <year>}{## <month>}{## <day>}_{## <hour>}{## <minute>}{##<second>}{### <millisecond>}.xml

Example

EntDiagResp_20230312_101420458.xml

Operations Requests

For information about the Enterprise Operations Requests that can be performed using the Gateway Client, see Operations.

Back to top